To remove the virus from a document, simply use ResEdit to remove the INIT 29 resource.
Removing it from an application is a bit trickier. Using ResEdit, open CODE resource 0 of the infected application.
Sixteen bytes from the start of the resource (i.e. the third line) you will see something that looks like: 005C 3F3C nnnn A9F0 The nnnn is the id number of the virusΓÇÖ CODE resource. Using ΓÇ£Get InfoΓÇ¥ check that the size of the resource is 712 bytes. If not, it isnΓÇÖt INIT 29.
-- part contents for background part 11
----- text -----
Thirty bytes from the start of the code resource, you will see something like: xxxx 3F3C yyyy A9F0 Note the values of xxxx and yyyy. In the CODE 0 resource, replace ΓÇ£005C 3F3C nnnn A9F0ΓÇ¥ with
ΓÇ£xxxx 3F3C yyyy A9F0ΓÇ¥ and then clear the virusΓÇÖ resource.